* linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string;
authorJim Blandy <jimb@redhat.com>
Sat, 29 May 1993 21:26:28 +0000 (21:26 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 29 May 1993 21:26:28 +0000 (21:26 +0000)
configure guesses just fine.

src/s/gnu-linux.h

index d2f99952d62ed40b3f69a721a67c6f67b20ef8e6..dc1becd5e69b8c8fe05af4fc30808ca2e62db961 100644 (file)
@@ -184,6 +184,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define LIBS_DEBUG
 #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
 #define LIB_STANDARD -lc /* avoid -lPW */
+#define C_OPTIMIZE_SWITCH /* configure can guess this just fine */
 #ifdef HAVE_X11
 #define LD_SWITCH_SYSTEM -L/usr/X386/lib
 #endif